/**========
* ad1 样式
==========*/

.container .ad{
  width: 100%;
  height: 192px;
  background-image: url('../images/bg/bg-ad.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.container .ad .ad-content{
  width: 1200px;
  height: 162px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
}
.container .ad .ad-content .line{
  height: 6.4rem;
  border-right: 1px dotted #666;
  margin-top: 2rem;
}

.container .ad .ad-content .ad-center .style{
  color: #373737;
  
}
.container .ad .ad-content .ad-center .style .red{
  color: #ff0000;
  
  font-weight: bold;
}
.container .ad .ad-content .ad-center p{
  
  margin-top: 1rem;
}

.container .ad .ad-content .ad-right .style{
  color: #313131;
  
}
.container .ad .ad-content .ad-right p{
  margin-top: 1rem;
 
}